From 1cad1ae5dbf863201cf246c76b7d9a7194a8188d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:52:23 -0700 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#1249) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gendocs.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gendocs.yml b/.github/workflows/gendocs.yml index 3e9ea55a3..a6b64fb8a 100644 --- a/.github/workflows/gendocs.yml +++ b/.github/workflows/gendocs.yml @@ -48,7 +48,7 @@ jobs: - name: 'Upload Artifacts' if: matrix.RELEASE - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Documents path: | diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d6f6294c2..4a0a20e26 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -100,7 +100,7 @@ jobs: ./tools/uploadtool/upload_github.sh gui/GPSBabel-*.dmg - name: 'Upload Artifacts' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: MacOS_Installer ${{ join(matrix.*) }} path: gui/GPSBabel-*.dmg diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9a1f92802..d4c8cec17 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -113,7 +113,7 @@ jobs: ./tools/uploadtool/upload_github.sh ${{ steps.build-snap.outputs.snap }} - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.build-snap.outputs.snap }} path: ${{ steps.build-snap.outputs.snap }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 71b288a1a..563f8d825 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -126,7 +126,7 @@ jobs: ./tools/uploadtool/upload_github.sh bld/gui/GPSBabel-*-Setup.exe - name: 'Upload Artifacts' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Windows_Installer ${{ join(matrix.*) }} path: | -- 2.30.2